home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / powarc920cz.exe / {app} / POWERARC.EXE / 0 / RCDATA / TDELETEFORM / TDELETEFORM.txt
Text File  |  2005-03-06  |  2KB  |  90 lines

  1. object DeleteForm: TDeleteForm
  2.   Left = 204
  3.   Top = 234
  4.   BorderStyle = bsDialog
  5.   Caption = 'Delete'
  6.   ClientHeight = 103
  7.   ClientWidth = 264
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   OldCreateOrder = True
  12.   Scaled = False
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   OnKeyPress = FormKeyPress
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object DeleteModeGroup: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 169
  23.     Height = 89
  24.     Caption = ' Files '
  25.     TabOrder = 0
  26.     object DeleteEntire: TRadioButton
  27.       Left = 8
  28.       Top = 16
  29.       Width = 153
  30.       Height = 18
  31.       Caption = '&Entire archive'
  32.       TabOrder = 0
  33.     end
  34.     object SelectedFiles: TRadioButton
  35.       Left = 8
  36.       Top = 40
  37.       Width = 153
  38.       Height = 17
  39.       Caption = '&Selected files'
  40.       TabOrder = 1
  41.     end
  42.     object CFiles: TRadioButton
  43.       Left = 8
  44.       Top = 64
  45.       Width = 46
  46.       Height = 17
  47.       Caption = '&Files:'
  48.       TabOrder = 2
  49.       OnClick = CFilesClick
  50.     end
  51.     object FileSpec: TEdit
  52.       Left = 62
  53.       Top = 62
  54.       Width = 99
  55.       Height = 21
  56.       TabOrder = 3
  57.       Text = 'FileSpec'
  58.       OnChange = FileSpecChange
  59.     end
  60.   end
  61.   object DeleteButt: TButton
  62.     Left = 184
  63.     Top = 8
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Delete'
  67.     Default = True
  68.     TabOrder = 1
  69.     OnClick = DeleteButtClick
  70.   end
  71.   object CancelButt: TButton
  72.     Left = 184
  73.     Top = 40
  74.     Width = 75
  75.     Height = 25
  76.     Caption = '&Cancel'
  77.     TabOrder = 2
  78.     OnClick = CancelButtClick
  79.   end
  80.   object HelpButt: TButton
  81.     Left = 184
  82.     Top = 72
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Help'
  86.     TabOrder = 3
  87.     OnClick = HelpButtClick
  88.   end
  89. end
  90.